home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Copyright (c) 1988 Commodore-Amiga, Inc.
- ;
- ; Executables based on this information may be used in software
- ; for Commodore Amiga computers. All other rights reserved.
- ;
- ; This information is provided "as is"; no warranties are made.
- ; All use is at your own risk, and no liability or responsibility is assumed.
- ;
- XREF _eventFunction
-
- XDEF _eventAFunction
- _eventAFunction:
- MOVEM.L A0/A1,-(A7)
- JSR _eventFunction
- ADDQ.L #8,A7
- RTS
-
- END
-